type encoding/json.reflectWithString

3 uses

	encoding/json (current package)
		encode.go#L784: 		sv  = make([]reflectWithString, v.Len())
		encode.go#L794: 	slices.SortFunc(sv, func(i, j reflectWithString) int {
		encode.go#L974: type reflectWithString struct {